home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1
/
Nebula One.iso
/
Mail
/
PhoneSlip_3.1
/
Source
/
colorView.h
< prev
next >
Wrap
Text File
|
1995-06-12
|
254b
|
17 lines
/* Copyright(C) 1993, The MITRE Corporation */
#import <appkit/View.h>
@interface colorView:View
{
NXColor viewColor;
}
- setBackgroundColor:(NXColor)color;
- setBackgroundGray:(float)gray;
- drawSelf:(const NXRect *)rects :(int)rectCount;
@end